crypto/tls.clientHelloMsg.supportedCurves (field)
19 uses
crypto/tls (current package)
handshake_client.go#L76: supportedCurves: config.curvePreferences(maxVersion),
handshake_client_tls13.go#L317: if !slices.Contains(hello.supportedCurves, curveID) {
handshake_messages.go#L80: supportedCurves []CurveID
handshake_messages.go#L187: if len(m.supportedCurves) > 0 {
handshake_messages.go#L195: for _, curve := range m.supportedCurves {
handshake_messages.go#L520: m.supportedCurves = append(m.supportedCurves, CurveID(curve))
handshake_messages.go#L689: supportedCurves: slices.Clone(m.supportedCurves),
handshake_server.go#L251: hs.ecdheOk = supportsECDHE(c.config, c.vers, hs.clientHello.supportedCurves, hs.clientHello.supportedPoints)
handshake_server.go#L961: SupportedCurves: clientHello.supportedCurves,
handshake_server_tls13.go#L194: if !slices.Contains(hs.clientHello.supportedCurves, selectedGroup) {
handshake_server_tls13.go#L203: if slices.Contains(hs.clientHello.supportedCurves, preferredGroup) {
handshake_server_tls13.go#L585: len(ch.supportedCurves) != len(ch1.supportedCurves) ||
handshake_server_tls13.go#L601: for i := range ch.supportedCurves {
handshake_server_tls13.go#L602: if ch.supportedCurves[i] != ch1.supportedCurves[i] {
key_agreement.go#L171: for _, c := range clientHello.supportedCurves {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |